home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.46
/
pcgamercd
/
Data
/
items.pcg
/
scripts
/
DefineButton2_298
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2004-08-12
|
101b
|
8 lines
on(press){
tellTarget("downControl")
{
gotoAndStop("start");
play();
}
}